English Computing Dictionary
◊ DERIVED TYPE
derived type
A type constructed from {primitive type}s or
other derived types using a {type constructor function}. This
term is usually applied to {procedural language}s such as {C}
or {Ada}. C's derived types are the {array}, function,
pointer, {struct}ure and {union}.
(1995-02-16)